From: LLVM Packaging Team Date: Sat, 11 Jan 2020 10:14:46 +0000 (+0000) Subject: lldb_source_Host_freebsd_Host.cpp X-Git-Tag: archive/raspbian/1%7.0.1-10+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=3cc80d939ff5ca737110b0d180f6c41b1c2921a8;p=llvm-toolchain-7.git lldb_source_Host_freebsd_Host.cpp =================================================================== Gbp-Pq: Topic kfreebsd Gbp-Pq: Name lldb_source_Host_freebsd_Host.cpp.diff --- diff --git a/lldb/source/Host/freebsd/Host.cpp b/lldb/source/Host/freebsd/Host.cpp index 87552bc2a..392995378 100644 --- a/lldb/source/Host/freebsd/Host.cpp +++ b/lldb/source/Host/freebsd/Host.cpp @@ -12,6 +12,13 @@ #include #include +#ifdef __FreeBSD_kernel__ +# ifdef __amd64__ +# include +# else +# include +# endif +#endif #include #include #include